services.rsync.jobs.<name>.timerConfig

When to run the job.

Type
null or (attribute set of (systemd option))
Default
{
  OnCalendar = "daily";
  Persistent = true;
}
Declared
<nixpkgs/nixos/modules/services/misc/rsync.nix>